home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / internet / htmled32.zip / HTMLED32.EXE / 0 / RCDATA / TNEWDOCDLG / TNEWDOCDLG.txt
Text File  |  1996-04-01  |  2KB  |  127 lines

  1. object NewDocDlg: TNewDocDlg
  2.   Left = 134
  3.   Top = 94
  4.   BorderStyle = bsDialog
  5.   Caption = 'New HTML Document'
  6.   ClientHeight = 320
  7.   ClientWidth = 336
  8.   Font.Color = clBlack
  9.   Font.Height = -10
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = [fsBold]
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Label2: TLabel
  15.     Left = 13
  16.     Top = 153
  17.     Width = 40
  18.     Height = 13
  19.     Caption = 'URL'
  20.   end
  21.   object Label3: TLabel
  22.     Left = 13
  23.     Top = 193
  24.     Width = 62
  25.     Height = 13
  26.     Caption = 'Comment'
  27.   end
  28.   object Label1: TLabel
  29.     Left = 14
  30.     Top = 110
  31.     Width = 87
  32.     Height = 13
  33.     Caption = 'Document Title'
  34.   end
  35.   object GroupBox1: TGroupBox
  36.     Left = 13
  37.     Top = 8
  38.     Width = 191
  39.     Height = 95
  40.     Caption = 'Items to Include'
  41.     TabOrder = 0
  42.     object HTMLCheckBox: TCheckBox
  43.       Left = 10
  44.       Top = 18
  45.       Width = 142
  46.       Height = 14
  47.       Caption = '<HTML> </HTML>'
  48.       State = cbChecked
  49.       TabOrder = 0
  50.     end
  51.     object BODYCheckBox: TCheckBox
  52.       Left = 10
  53.       Top = 36
  54.       Width = 134
  55.       Height = 14
  56.       Caption = '<BODY> </BODY>'
  57.       State = cbChecked
  58.       TabOrder = 1
  59.     end
  60.     object HEADCheckBox: TCheckBox
  61.       Left = 10
  62.       Top = 54
  63.       Width = 131
  64.       Height = 13
  65.       Caption = '<HEAD> </HEAD>'
  66.       State = cbChecked
  67.       TabOrder = 2
  68.     end
  69.     object AuthorCheckBox: TCheckBox
  70.       Left = 10
  71.       Top = 72
  72.       Width = 168
  73.       Height = 13
  74.       Caption = 'Author'#39's Name and Date'
  75.       State = cbChecked
  76.       TabOrder = 3
  77.     end
  78.   end
  79.   object URLEdit: TEdit
  80.     Left = 13
  81.     Top = 168
  82.     Width = 311
  83.     Height = 20
  84.     TabOrder = 2
  85.   end
  86.   object CommentMemo: TMemo
  87.     Left = 13
  88.     Top = 208
  89.     Width = 311
  90.     Height = 100
  91.     ScrollBars = ssVertical
  92.     TabOrder = 3
  93.   end
  94.   object BitBtn1: TBitBtn
  95.     Left = 252
  96.     Top = 18
  97.     Width = 72
  98.     Height = 27
  99.     TabOrder = 4
  100.     Kind = bkOK
  101.   end
  102.   object BitBtn2: TBitBtn
  103.     Left = 252
  104.     Top = 51
  105.     Width = 72
  106.     Height = 27
  107.     TabOrder = 5
  108.     Kind = bkCancel
  109.   end
  110.   object BitBtn3: TBitBtn
  111.     Left = 252
  112.     Top = 84
  113.     Width = 72
  114.     Height = 27
  115.     TabOrder = 6
  116.     OnClick = BitBtn3Click
  117.     Kind = bkHelp
  118.   end
  119.   object TitleEdit: TEdit
  120.     Left = 13
  121.     Top = 126
  122.     Width = 312
  123.     Height = 20
  124.     TabOrder = 1
  125.   end
  126. end
  127.